home *** CD-ROM | disk | FTP | other *** search
/ PCBoard 15.1 Demo / PCBoard v15.1 DEMO - Clark Dev. Co (1994) - Disk 1 of 1.imd / PCBDISK.EXE / HELP / HLPL < prev    next >
Encoding:
Text File  |  1994-02-14  |  4.5 KB  |  86 lines

  1. @X00
  2. @X38┌────────────────────────────────────────────────────────────────────────────@X3B┐@X0B
  3. @X38│ @X3EHelp: @X3F(L)ocate a Filename                                                  @X3B│@X0B
  4. @X38└@X3B────────────────────────────────────────────────────────────────────────────┘@X0E
  5.  
  6.       This command enables searching the file directories of the current
  7.       conference for a particular filename.  Wildcard characters are
  8.       permitted.
  9. @X0F
  10.    Subcommands
  11.  
  12.       @X0B(Directory #)   Directory #.@X03  When using this command, you must specify
  13.                       a directory or range of directories that PCBoard should 
  14.                       search for the desired file(s).  You may list a single 
  15.                       directory, a range of directories in the format [#-#] 
  16.                       or a list of directories in a [#;#;#] format.  There 
  17.                       are three letters you may use to represent special file 
  18.                       directories.  If you use A for the directory number, 
  19.                       PCBoard will search all file directories in the current 
  20.                       conference.  Likewise, if you use U for the directory 
  21.                       number, the upload directory of the current conference 
  22.                       will be searched.  Finally, if you have sufficient 
  23.                       security, you may use P to specify the private upload 
  24.                       directory for the current conference.
  25.  
  26.       @X0B(filename.ext)  Filename to search for.@X03  In order to search the file
  27.                       directories for a filename you must supply the filename
  28.                       you want PCBoard to search for.  The filename you
  29.                       specify can be a simple filename like READTHIS.TXT, or
  30.                       more frequently something that contains wildcard
  31.                       characters like READ*.*.  The advantage in using
  32.                       wildcard characters is that you are not required to
  33.                       know the exact filename.
  34.  
  35.       @X0BD               Flag the files for download that are found in the
  36.                       search.@X03  If a file that matches the parameters is
  37.                       located, it is flagged and prepared for download later
  38.                       during the call.  If more than one file is found, all
  39.                       files will be flagged.
  40.  
  41.       @X0BN               Combine the locate search with a new file scan. @X03 This
  42.                       subcommand will help limit your search by only
  43.                       searching for files equal to or after a specific date.
  44.                       If you use the N command you also need to include the
  45.                       minimum file date from which the scan should search
  46.                       for.  If you would like to use the date you last
  47.                       scanned for files you may simply add an S to the N
  48.                       subcommand.
  49.  
  50.       @X0BNS              Display the files found in nonstop mode. @X03 Files are
  51.                       displayed in nonstop mode (no More? prompts will be
  52.                       displayed).
  53. @X0F
  54.    Description
  55. @X03
  56.       Quite often you will want to search the file directories on a BBS to
  57.       determine if a particular file exists on the system.  If you are
  58.       looking for a particular filename, you would use this command to help
  59.       you find that filename.  Most of the time your search will include some
  60.       sort of wildcard like TCRN*.* or similar.  If you attempt to search for
  61.       HSXM, PCBoard will automatically append an *.* making the search
  62.       criteria HSXM*.* to help you find the file(s) you are looking for.
  63. @X0F
  64.    Examples
  65. @X03
  66.       If you want to locate any files that begin with ABC in all file
  67.       directories for the current conference, type the following at the
  68.       conference command prompt:
  69. @X0E
  70.           L;ABC;A
  71. @X03
  72.       If you wanted to search for files that began with ABC in directories 1,
  73.       3, 9, and 15, type in the following command:
  74. @X0E
  75.           L;ABC;1;3;9;15
  76. @X03
  77.       If you found that two many files were showing up on your searches, you
  78.       may want to restrict the files you search for by date.  To do this, you
  79.       would use the N subcommand that was described previously.  For example,
  80.       to search for any filename that begins with ABC in all directories but
  81.       only show those that have a file date equal to or later than  10/21/93,
  82.       type the following at the command prompt:
  83. @X0E
  84.           L;ABC;N;102193;A
  85. @XFF
  86.